if (((flag.timeout)&&((!PrVar[1])||(!PrVar[2]))&&(!(root->flags & exact))&&(iop != 2)&&(abs(score) < 9000)&&(abs(score)>25))) /* do not trust this move! */
{
if ((Sdepth > 2))
{
if ((earlyflag))
{
Sdepth--;
}
if (!trying_again)
{ /* this is first bogus move we have seen */
ResponseTime = ResponseTime << 1;
ExtraTime += 251;
}
else
{ /* this is not 1st bogus move we have seen */
ExtraTime += 201;
}
trying_again = 1;
flag.timeout = false;
flag.back = false;
flag.musttimeout = false;
}
}
else if (trying_again) /* this move is trustworthy, to an extent */